Update man page.
authorCarlos Galdino <carloshsgaldino@gmail.com>
Thu, 19 Nov 2015 16:49:45 +0000 (14:49 -0200)
committerCarlos Galdino <carloshsgaldino@gmail.com>
Thu, 19 Nov 2015 17:47:12 +0000 (15:47 -0200)
src/etc/cargo.1

index 25aade5f48cefa8218a2c2215879ddee52990167..e2d1bce940ca12b598f36116dd2bd19302f483af 100644 (file)
@@ -1,4 +1,4 @@
-.TH CARGO "1" "September 2014" "cargo 0.0.1-pre" "User Commands"
+.TH CARGO "1" "November 2015" "cargo 0.7.0" "User Commands"
 .SH NAME
 cargo \- The Rust package manager
 .SH SYNOPSIS
@@ -44,6 +44,9 @@ Remove the target directory with build output
 \fBcargo doc\fR
 Build this project's and its dependencies' documentation
 .TP
+\fBcargo install\fR
+Install a Rust binary
+.TP
 \fBcargo new\fR
 Create a new cargo project
 .TP
@@ -62,6 +65,9 @@ Update dependencies in Cargo.lock
 \fBcargo package\fR
 Generate a source tarball for the current package
 .TP
+\fBcargo uninstall\fR
+Remove a Rust binary
+.TP
 \fBcargo version\fR
 Print cargo's version and exit